Initializes a new instance of the elastic vector that uses the specified underlying array object.
Syntax
public ElasticVector(
object[]
)
'Declaration
Public Function New( _
ByVal () As Object _
)
'Usage
Dim objectArray() As Object
Dim instance As New ElasticVector(objectArray)
Parameters
- objectArray
- The array object to be used by the elastic vector.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also